projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3d3a1
)
(tag-exact-file-name-match-p): Fix previous change.
author
Erik Naggum
<erik@naggum.no>
Tue, 23 Jul 1996 22:32:48 +0000
(22:32 +0000)
committer
Erik Naggum
<erik@naggum.no>
Tue, 23 Jul 1996 22:32:48 +0000
(22:32 +0000)
lisp/progmodes/etags.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/etags.el
b/lisp/progmodes/etags.el
index 30d9dc84723988c073993d7d4a89cd6be2bb677a..25cd2e6edfe23fbfa35ca8bc7d652c7ef32fe0e1 100644
(file)
--- a/
lisp/progmodes/etags.el
+++ b/
lisp/progmodes/etags.el
@@
-1240,7
+1240,7
@@
See documentation of variable `tags-file-name'."
(defun tag-exact-file-name-match-p (tag)
(and (looking-at ",")
- (save-excursion (backward-char (length tag))
)
+ (save-excursion (backward-char (length tag))
(looking-at "\f\n"))))
;; t if point is in a tag line with a tag containing TAG as a substring.